MindFusion WinForms Programmer's Guide
Selection.Set Method (DateTime, DateTime, Resource[])
See Also
 





Selects a range of date cells associated with the specified resources.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Set (
    DateTime start,
    DateTime end,
    Resource[] resources
)

Visual Basic  Copy Code

Public Sub Set( _
    start As DateTime, _
    end As DateTime, _
    resources() As Resource _
)

 Parameters

start

Specifies the first date in the range.

end

Specifies the last date in the range.

resources

The resources associated with the specified interval.

 See Also

Set Method Overload List
Selection Members
Selection Class
MindFusion.Scheduling.WinForms Namespace